-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Fixed issues with cancellation #8521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Fixed issues with cancellation #8521
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8521 +/- ##
==========================================
- Coverage 89.14% 87.38% -1.76%
==========================================
Files 1795 1572 -223
Lines 70487 65350 -5137
Branches 836 682 -154
==========================================
- Hits 62834 57107 -5727
- Misses 7433 8003 +570
- Partials 220 240 +20
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
🧪 CI InsightsHere's what we observed from your CI run for 690c02a. ✅ Passed Jobs With Interesting Signals
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx



What do these changes do?
Fixed issues:
servicelib:deferred_taskswere not being cancelled, they were timing out, fixed the issuedynamic_scheduler: operations with repeatable steps could not be cancelled during the period in which they were waiting before repeating the stepsdynamic_scheduler: flaky test was not raisingCannotCancelWhileWaitingForManualInterventionErrorRelated issue/s
How to test
Dev-ops